home *** CD-ROM | disk | FTP | other *** search
/ One Click 21 (Special) / OC021.iso / Juegos / skatecart.swf / scripts / DefineButton2_20 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2005-11-19  |  505 b   |  26 lines

  1. on(release){
  2.    game_title = "skate";
  3.    game_author = "Danny Glover";
  4.    score_keeper = "http://www.cartoondan.com/cgi-bin/score_keeper.pl";
  5.    my_score = "0";
  6.    scores_to_return = "40";
  7.    loadVariablesNum(score_keeper,0,"POST");
  8.    tellTarget("/stopper")
  9.    {
  10.       gotoAndStop(1);
  11.    }
  12.    tellTarget("/INSTRUCT")
  13.    {
  14.       gotoAndStop(1);
  15.    }
  16.    tellTarget("/")
  17.    {
  18.       gotoAndStop("end3");
  19.       play();
  20.    }
  21.    tellTarget("_level1/")
  22.    {
  23.       gotoAndStop(1);
  24.    }
  25. }
  26.